home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / r12lan.zip / README.DOC < prev   
Text File  |  1992-08-01  |  2KB  |  57 lines

  1.  
  2.            AutoCAD R12 LAN Patch
  3.  
  4. Some LAN software such as 3COM, DEC Pathworks, and IBM Lan Manager
  5. do not correctly support DOS interrupt 21h, function 6Ch (extended
  6. DOS open) when running MS DOS 4.0 or 5.0.
  7.  
  8. This self-extracting patch will modify your R12 ACAD.EXE
  9. to work around this problem.
  10.  
  11. Copy this routine to your AutoCAD executable directory and run it.
  12. It will create a file called ACAD.NEW which you must rename to ACAD.EXE.
  13. (Saving a copy of your original ACAD.EXE is probably a good idea.)
  14.  
  15. If you choose the option to remove the patch, this utility operates
  16. in a similar manner. It will read the ACAD.EXE file and create a file
  17. named ACAD.NEW.
  18.  
  19.  
  20.          Temporary ACAD.PWL, and *.ACL files.
  21.  
  22. The DOS 21h, function 6Ch (extended DOS open) failed on these LAN's
  23. by opening the requested file but returned an incorrect status.
  24.  
  25. Amoung other things, this created zero length temporary files which
  26. must be erased before running AutoCAD. These include the following:
  27.  
  28.        File Name       File Location.
  29.        ACAD.PWL        This file is in the ACAD.PWD read/write directory.
  30.  
  31.        *.ACL           These files may be found in several locations
  32.                including your current directory, the directory
  33.                that contains your drawings, the directory
  34.                pointed to by ACADPAGEDIR, or the temporary file
  35.                location specified during configuration.
  36.  
  37. These files will all be zero bytes in length and should be erased.
  38.  
  39.  
  40.  
  41.            AutoCAD R12 LAN Patch
  42.  
  43. Some LAN software such as 3COM, and DEC Pathworks, do not correctly
  44. support DOS interrupt 21h, function 6Ch (extended DOS open) when
  45. running MS DOS 4.0 or 5.0.
  46.  
  47. This patch will modify your R12 ACAD.EXE to work around this problem.
  48.  
  49. Copy this routine to your AutoCAD executable directory and run it.
  50. It will create a new ACAD.EXE and save your original as ACAD.OLD.
  51.  
  52. If you choose the option to remove the patch, this utility operates
  53. in a similar manner. It will create a new ACAD.EXE file and save your
  54. original as ACAD.OLD.
  55.  
  56. You will need approximately 3 megabytes of available disk space.
  57.